home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DB.PAK / DB.RC < prev    next >
Text File  |  1997-05-06  |  4KB  |  145 lines

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3.  
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1995 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and the
  10. // Books Online documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14. #include "resource.h"
  15.  
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "afxres.h"
  22.  
  23. /////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25.  
  26.  
  27. #ifdef APSTUDIO_INVOKED
  28. /////////////////////////////////////////////////////////////////////////////
  29. //
  30. // TEXTINCLUDE
  31. //
  32.  
  33. 1 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "resource.h\0"
  36. END
  37.  
  38. 2 TEXTINCLUDE DISCARDABLE 
  39. BEGIN
  40.     "#include ""afxres.h""\r\n"
  41.     "\0"
  42. END
  43.  
  44. 3 TEXTINCLUDE DISCARDABLE 
  45. BEGIN
  46.     "#include ""afxres.rc""\r\n"
  47.     "#include ""db.rc2""  // non-App Studio edited resources\r\n"
  48.     "#if 0\r\n"
  49.     "#include "".\\tlb16\\db.tlb""  // 16-bit: force dependency on .TLB file\r\n"
  50.     "#endif\r\n"
  51.     "\0"
  52. END
  53.  
  54. /////////////////////////////////////////////////////////////////////////////
  55. #endif    // APSTUDIO_INVOKED
  56.  
  57.  
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Icon
  61. //
  62.  
  63. IDI_ABOUTDLL            ICON    DISCARDABLE     "DB.ICO"
  64.  
  65. /////////////////////////////////////////////////////////////////////////////
  66. //
  67. // Bitmap
  68. //
  69.  
  70. IDB_DB                  BITMAP  DISCARDABLE     "DBCTL.BMP"
  71.  
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Dialog
  75. //
  76.  
  77. IDD_ABOUTBOX_DB DIALOG DISCARDABLE  34, 22, 260, 55
  78. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  79. CAPTION "About Db Control"
  80. FONT 8, "MS Sans Serif"
  81. BEGIN
  82.     ICON            IDI_ABOUTDLL,IDC_STATIC,10,10,18,20
  83.     LTEXT           "Db Control, Version 1.0",IDC_STATIC,40,10,170,8
  84.     LTEXT           "Copyright \251 1994, Microsoft Corporation",IDC_STATIC,
  85.                     40,25,170,8
  86.     DEFPUSHBUTTON   "OK",IDOK,220,10,32,14,WS_GROUP
  87. END
  88.  
  89. IDD_PROPPAGE_DB DIALOG DISCARDABLE  0, 0, 250, 110
  90. STYLE WS_CHILD
  91. FONT 8, "MS Sans Serif"
  92. BEGIN
  93.     LTEXT           "&Data Source Name:",IDC_STATIC,9,10,64,8
  94.     COMBOBOX        IDC_DATASOURCE,81,7,160,64,CBS_DROPDOWNLIST | CBS_SORT | 
  95.                     WS_VSCROLL | WS_TABSTOP
  96.     LTEXT           "&Table Name:",ID_STATIC,9,28,64,8
  97.     COMBOBOX        IDC_TABLES,81,26,160,64,CBS_DROPDOWNLIST | CBS_SORT | 
  98.                     WS_VSCROLL | WS_TABSTOP
  99.     LTEXT           "&Column Name:",ID_STATIC2,9,47,64,8
  100.     COMBOBOX        IDC_COLUMNS,81,45,160,64,CBS_DROPDOWNLIST | CBS_SORT | 
  101.                     WS_VSCROLL | WS_TABSTOP
  102.     LTEXT           "&User Name:",IDC_STATIC,9,66,53,9
  103.     LTEXT           "&Password:",IDC_STATIC,9,84,47,9
  104.     EDITTEXT        ID_USERNAME,81,64,160,12,ES_AUTOHSCROLL
  105.     EDITTEXT        ID_PASSWORD,81,83,160,12,ES_AUTOHSCROLL
  106. END
  107.  
  108.  
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // String Table
  112. //
  113.  
  114. STRINGTABLE DISCARDABLE 
  115. BEGIN
  116.     IDS_DB                  "Db Control"
  117.     IDS_DB_PPG              "Db Property Page"
  118. END
  119.  
  120. STRINGTABLE DISCARDABLE 
  121. BEGIN
  122.     IDS_DB_PPG_CAPTION      "General"
  123. END
  124.  
  125. STRINGTABLE DISCARDABLE 
  126. BEGIN
  127.     IDS_PROPERTIESVERB      "&Properties..."
  128. END
  129.  
  130.  
  131. #ifndef APSTUDIO_INVOKED
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // Generated from the TEXTINCLUDE 3 resource.
  135. //
  136. #include "afxres.rc"
  137. #include "db.rc2"  // non-App Studio edited resources
  138. #if 0
  139. #include ".\tlb16\db.tlb"  // 16-bit: force dependency on .TLB file
  140. #endif
  141.  
  142. /////////////////////////////////////////////////////////////////////////////
  143. #endif    // not APSTUDIO_INVOKED
  144.  
  145.